home *** CD-ROM | disk | FTP | other *** search
- on prepareMovie
- global ComputerSpeed
- if ComputerSpeed >= 3 then
- set the visible of sprite 120 to 1
- else
- set the visible of sprite 120 to 0
- end if
- updateStage()
- end
-
- on startMovie
- global endflag, skip_intro, ComputerSpeed
- set endflag to VOID
- if the freeBytes > (16 * 1024 * 1024) then
- end if
- if the freeBytes > (32 * 1024 * 1024) then
- end if
- if the freeBytes > (32 * 1024 * 1024) then
- end if
- set skip_intro to 0
- end
-